Skip to content

fix(deps): vuln unstable: github.com/secure-systems-lab/go-securesystemslib, golang.org/x/crypto · minor: github.com/stretchr/testify #97

fix(deps): vuln unstable: github.com/secure-systems-lab/go-securesystemslib, golang.org/x/crypto · minor: github.com/stretchr/testify

fix(deps): vuln unstable: github.com/secure-systems-lab/go-securesystemslib, golang.org/x/crypto · minor: github.com/stretchr/testify #97

Workflow file for this run

on:
pull_request:
push:
branches:
- "master"
tags:
- "v*"
name: CI
permissions:
contents: write
jobs:
tests:
uses: ./.github/workflows/tests.yml
tuf:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf
tuf-client:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf-client