3b5923b7e1
- run scan on each push/pull request update - can be run locally using make test_trivy_repo - exit with error code 0/success when vulnerabilities are found, as not to make the workflow fail, a separate periodic run that exits with code 1 should be added in parallel - update trivy to v0.43.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.43.0 - also consider TRIVY_EXIT_CODE when running trivy on the latest docker image - ref. https://github.com/shaarli/Shaarli/issues/1531
66 lines
851 B
Text
66 lines
851 B
Text
# Shaarli runtime resources
|
|
data
|
|
tmp
|
|
cache
|
|
pagecache
|
|
|
|
# Eclipse project files
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
|
|
# Raintpl generated pages
|
|
*.rtpl.php
|
|
|
|
# 3rd-party dependencies
|
|
vendor/
|
|
|
|
# Release archives
|
|
*.tar.gz
|
|
*.zip
|
|
inc/languages/*/LC_MESSAGES/shaarli.mo
|
|
|
|
# Development and test resources
|
|
coverage
|
|
sandbox
|
|
phpmd.html
|
|
phpdoc.xml
|
|
.phpunit.result.cache
|
|
trivy
|
|
|
|
# User plugin configuration
|
|
plugins/*
|
|
!addlink_toolbar
|
|
!archiveorg
|
|
!default_colors
|
|
!demo_plugin
|
|
!isso
|
|
!piwik
|
|
!playvideos
|
|
!pubsubhubbub
|
|
!qrcode
|
|
!wallabag
|
|
plugins/*/config.php
|
|
plugins/default_colors/default_colors.css
|
|
|
|
# HTML documentation
|
|
doc/html/
|
|
doc/phpdoc/
|
|
|
|
# 3rd party themes
|
|
tpl/*
|
|
!tpl/default
|
|
!tpl/vintage
|
|
|
|
# Front end
|
|
node_modules
|
|
tpl/default/js
|
|
tpl/default/css
|
|
tpl/default/fonts
|
|
tpl/default/img
|
|
tpl/vintage/js
|
|
tpl/vintage/css
|
|
tpl/vintage/img
|
|
|
|
# Documented scripts
|
|
generate_templates.php
|