Skip to content

Commit

Permalink
Update check_nist.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Oct 24, 2023
1 parent 77d223e commit 90d76c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_nist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
export HOME=$GITHUB_WORKSPACE
cd ~/cromite/tools
test -d cves || mkdir -p cves
cd cves
CY=$(date +%Y)
docker run --rm --name tapir stratosphereips/tapir:latest \
Expand All @@ -40,6 +41,7 @@ jobs:
- name: Check differences
run: |
export HOME=$GITHUB_WORKSPACE
cd ~/cromite
CHANGES=0 && git diff --quiet || CHANGES=1
echo "CHANGES=$CHANGES" >> $GITHUB_ENV
Expand All @@ -58,7 +60,7 @@ jobs:
base: ${{ env.BRANCH }}
#push-to-fork: uazo/cromite
add-paths: |
build/patches/*.patch
tools/cves/*.txt
commit-message: 'AUTOMATED - CVE results'
title: New CVE results
delete-branch: true
Expand Down

0 comments on commit 90d76c1

Please sign in to comment.